CmEDocument 
Logical Entity Name  CmEDocument 
Default Table Name  CmEDocument 
Physical Only  NO 
Definition 
 
Note 
 

CmEDocument Columns 
ColumnName  Domain  Datatype  NULL  Definition 
CmEDocumentID(PK)    int  NO 
 
CmDocTypeID(FK)    int  NO 
 
DocumentName    varchar(128)  NO 
 
UserID(FK)    int  NO 
 
DatelstMod    datetime  NO 
 
DateAdded    datetime  NO 
 
ts    timestamp  NO 
 
DocumentImage    image  YES 
 

CmEDocument Primary and Unique Keys 
Key Name  Key Type  Keys 
CmEDocument_CmDocTypeID_DocumentName_U_N_IDX  Index  CmDocTypeID, DocumentName 
PK__CmEDocument__2918F87B  PrimaryKey  CmEDocumentID 

CmEDocument Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Not For Replication 
CmDocType  Non-Identifying  One To Zero or More  fk_CmEDocument_CmDocTypeID_cmdoctype_cmdoctypeid      CmDocTypeID  NO  YES 
SyStaff  Non-Identifying  One To Zero or More  fk_CmEDocument_userid_systaff_systaffid      UserID  NO  YES 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Not For Replication 

CmEDocument Check Constraints 
Check Constraint Name  CheckConstraint